Skip to main content

DescribeCloudProductFieldStatistics

Description

call the DescribeCloudProductFieldStatistics interface to obtain cloud product statistics.

Request Method

POST

Request Path

/apsara/route/Sas/DescribeCloudProductFieldStatistics

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
InstanceCountintegerNo sample value for this parameter.number of all assets.
RequestIdstringNo sample value for this parameter.request ID of the result.
CategoryCountstringNo sample value for this parameter.statistics on the number of different types of assets. where MachineType indicates the asset type,Count indicates the number of assets corresponding to the asset type. the following is MachineType description: 1: load balancing 2:NAT gateway 3:RDS database 4:MongoDB database
RiskInstanceCountintegerNo sample value for this parameter.the number of assets at risk.
GroupedFieldsstructNo sample value for this parameter.cloud product statistics.

Example

Successful Response example

"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}